@media (max-height:900px) {
    #swiper-ld .one .img {
        width: 120px;
        height: 120px;
    }
}

@media (max-height:750px) {
    .xnxw li .det {
        height: 64px;
        -webkit-line-clamp: 2;
    }

}

@media (max-height:650px) {
    .xnxw li a>span {
        height: 30vh;
    }

    .xwzx-1 li label span {
        font-size: 1.5rem;
    }

    .xwzx-1 li .det .name {
        font-size: 1.125rem;
    }

    .xwzx-1 li .det .jj {
        font-size: 0.875rem;
        -webkit-line-clamp: 1;
    }
}

@media (max-width:1450px) {
    .logo {
        width: 362px;
    }

    .logo img {
        height: 60px;
    }

    .nav-rig {
        width: calc(100% - 370px);
    }

    nav .top-2>ul>li>a {
        /* margin-left: 40px; */
        font-size: 0.9375rem;
    }

    .top-1 span {
        margin: 0 2px;
    }

    .xnxw li a>span {
        height: 35vh;
    }

    #swiper-yx a .bt-3 .det {
        font-size: 1.2rem;
    }

    #swiper-yx a .bt-3 label {
        font-size: 2rem;
        background-size: 100% auto;
    }
}

@media (max-width:1200px) {
    .xnxw li a>span {
        height: 30vh;
    }

    #swiper-yx a .bt-3>span span {
        font-size: 2.5rem;
    }

    #swiper-yx a .bt-3>span {
        padding-top: 2vh;
    }
}

/* mobile */
@media (max-width:1000px) {
    .logo a img {
        height: 38px;
    }

    .page-seven {
        padding-top: 62px;
    }

    .banner .swiper-slide>img {
        height: 100%;
    }

    .page-pagintion.swiper-pagination-clickable.swiper-pagination-bullets {
        display: none;
    }

    .banner .swiper-pagination {
        left: 10px;
    }

    .banner .swiper-pagination span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 0.9375rem;
    }

    .nav-rig {
        display: none;
    }

    nav {
        height: 66px;
    }

    .nav-two {
        height: 66px;
    }

    nav:hover {
        height: 66px;
    }

    .nav-rig {
        display: block;
        visibility: hidden;
        position: absolute;
        top: 62px;
        left: 0;
        width: 100%;
        overflow: hidden;
        height: calc(100vh - 66px);
        background: rgba(0, 0, 0, 0.3);
    }

    .nav-rig::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        background: #184995;
        opacity: 0;
        transform: translate(0, -50vh);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .nav-rig::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 50%;
        background: #184995;
        opacity: 0;
        transform: translate(0, 50vh);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .cross.nav-rig {
        display: block;
        visibility: unset;
    }

    .cross.nav-rig::before,
    .cross.nav-rig::after {
        opacity: 1;
        transform: translate(0, 0);
    }

    .menu-button {
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        padding: 10px;
        cursor: pointer;
        -webkit-transition: .3s;
        transition: .3s;
        background-color: #184995;
        border-radius: 5px;
    }

    .nav-two .top-1 span a::before {
        background: #FFFFFF;
    }

    .menu-button .bar:nth-of-type(1) {
        margin-top: 0px;
    }

    .menu-button .bar:nth-of-type(3) {
        margin-bottom: 0px;
    }

    .bar {
        position: relative;
        display: block;
        width: 30px;
        height: 3px;
        margin: 5px auto;
        background-color: #fff;
        border-radius: 10px;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .cross .bar:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        -ms-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }

    .cross .bar:nth-of-type(2) {
        opacity: 0;
    }

    .cross .bar:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }

    .top-1 {
        padding-top: 10vh;
        line-height: 40px;
        position: relative;
        z-index: 10;
        width: 50%;
        height: 100% !important;
        float: left;
        margin: 0;
        overflow: scroll !important;
        border-right: 0.5px solid rgba(255, 255, 255, 0.1);
        opacity: 0;
        transform: translate(-50vw, 0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .top-1::-webkit-scrollbar {
        display: none;
    }

    .top-1 span {
        width: 100%;
        color: #FFFFFF !important;
        text-align: center;
        margin: 0;
    }

    .top-1 span a {
        color: #FFFFFF !important;
        text-align: center;
    }

    .top-2 {
        position: relative;
        z-index: 10;
        padding-top: 10vh;
        float: left;
        width: 50%;
        height: 100% !important;
        border-left: 0.5px solid rgba(255, 255, 255, 0.1);
        opacity: 0;
        overflow: scroll;
        transform: translate(50vw, 0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .top-2>ul {
        padding-bottom: 5vh;
        display: block;
    }

    .top-2>ul::after {
        content: "";
        display: block;
        clear: both;
    }

    .cross .top-1,
    .cross .top-2 {
        opacity: 1;
        transition-delay: 0.5s;
        transform: translate(0, 0);
    }

    .nav-ul {}

    .top-2>ul>li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-ul>li>a {
        color: #FFFFFF !important;
        width: 100%;
        height: 50px;
        margin: 0 !important;
        /* padding-left: 15%; */
        width: 100%;
        line-height: 50px !important;
        float: left;
        text-align: center !important;
    }

    .nav-ul>li>i {
        display: none;
        float: left;
        width: 20%;
        height: 50px;
        background: url("../image/plus.png") no-repeat center center;
    }

    .nav-two .top-1 .sou a {
        background-image: url("../image/sou-1.png");
    }

    .nav-two .top-1 .cn a:first-child {
        background-image: url("../image/cn.png");
    }

    .top-2>ul>li>ul {
        position: relative;
        float: left;
        display: block !important;
        left: 5%;
        width: 90%;
        top: auto;
        transform: translateX(0);
        min-width: 90%;
    }

    .top-2>ul>.on>ul {
        display: block !important;
    }

    .top-2>ul>.on>i {
        background-image: url("../image/reduce.jpg");
    }

    .top-2>ul>li>ul::before {
        background: #2C8DFB;
    }

    .top-2>ul>li>ul li a {
        font-size: 0.875rem;
    }
}

@media (max-width:900px) {
    #swiper-xwzxbt .swiper-slide {
        font-size: 1.5rem;
    }
}

@media (max-width:800px) {
    .banner .swiper-pagination {
        bottom: 40px;
    }

    .banner .swiper-pagination a {
        margin-left: 10px;
        margin-top: 5px;
        width: 80px;
        height: 30px;
        font-size: 0.75rem;
        color: #FFFFFF;
        line-height: 30px;
    }

    .swiper-xwzxbt {
        height: 40px;
    }

    .xwzx-1 {
        height: 75vh;
        max-width: calc(100vh -40px - 80px);
        padding-top: 10px;
    }

    .xwzx-1 li label span {
        font-size: 1.3rem;
        line-height: 25px;
    }

    .xwzx-1 li label p {
        font-size: 0.875rem;
    }

    .xwzx-1 li .det {
        padding-left: 10px;
    }

    .xwzx-1 li .det .name {
        font-size: 1rem;
    }

    .xwzx-1 li .det .jj {
        font-size: 0.875rem;
        -webkit-line-clamp: 1;
        margin-top: 5px;
        height: 21px;
    }

    .page-three {
        padding-top: 80px;
    }

    .xwzx-1 li {
        width: 100%;
        margin: 0;
        height: 10.5vh;
    }

    .xwzx-1 li a {
        padding: 10px 0;
        overflow: hidden;
    }

    .swiper-xwzxbt {
        padding: 0 30px;
    }

    .swiper-xwzxbt::before,
    .swiper-xwzxbt::after {
        width: 30px;
        background-size: 100% auto;
    }

    #swiper-xwzxbt .swiper-slide {
        font-size: 1.125rem;
    }

    #swiper-yx a .bt-3 .det {
        font-size: 0.75rem;
    }

    #swiper-yx a .bt-3 .more {
        font-size: 0.875rem;
    }

    #swiper-yx a .bt-3 label {
        font-size: 1rem;
        padding-top: 2vh;
    }

    #swiper-yx a .bt-3 label img {
        max-width: 60%;
    }

    .page-two {
        padding-top: 80px;
    }

    .bt-1 {
        background-size: 40% auto;
        height: 60px;
    }

    .bt-1>span {
        font-size: 1.5rem;
        line-height: 60px;
    }

    .bt-1 a {
        margin-top: 5px;
        height: 30px;
        line-height: 30px;
        width: 100px;
    }

    .xnxw {
        margin-top: 2vh;
        height: calc(98vh - 140px);
        padding-bottom: 3vh;
    }

    .xnxw li {
        width: 100%;
        margin: 0 !important;
        height: 33.33%;
        overflow: hidden;
    }

    .xnxw li a>span {
        height: 90%;
        width: 50%;
        float: left;
    }

    .xnxw li .name {
        width: 50%;
        float: left;
        padding-left: 10px;
        font-size: 0.9375rem;
        margin: 0;
        margin-top: 5px;
    }

    .xnxw li .name span::before {
        font-size: 0.9375rem;
    }

    .xnxw li .det {
        margin-top: 15px;
        width: 50%;
        height: auto;
        float: left;
        padding-left: 10px;
        font-size: 0.875rem;
        line-height: 1.5;
        -webkit-line-clamp: 4;
    }

    .xnxw li .nue {
        margin-left: 10px;
    }

    .xnxw li a>span label {
        width: 50px;
        height: 50px;
    }

    .xnxw li a>span label span {
        line-height: 25px;
        font-size: 1rem;
    }

    .xnxw li a>span label p {
        font-size: 0.75rem;
    }
}

@media (max-width:750px) {
    .mdsl {
        padding-top: 80px;
    }

    .mdsl-bt {
        margin: 4vh 0;
    }

    .banner .swiper-slide>img:nth-child(1) {
        display: none;
    }

    .banner .swiper-slide>img:nth-child(2) {
        display: block;
    }

    .mdsl-det p {
        font-size: 0.75rem;
    }

    .mdsl-det p:last-child {
        height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 1;
        display: none;
    }

    .mdsl-ul {
        margin-top: 4vh;
    }

    .mdsl-ul li i {
        height: 35px;
    }

    .mdsl-ul li i img {
        max-width: 40%;
    }

    .mdsl-ul li .numone {
        height: 30px;
        line-height: 30px;
    }

    .mdsl-ul li .numtwo {
        height: 30px;
        line-height: 30px;
        font-size: 1.5rem;
    }

    .mdsl-ul li .jj {
        font-size: 0.75rem;
        margin-top: 0;
    }

    .page-six {
        padding-top: 80px;
    }

    #swiper-ld .one .img {
        width: 90px;
        height: 90px;
    }

    .yxsz {
        padding-top: 80px;
        height: 100%;
    }

    .yxsz .container {
        height: 100%;
        overflow: hidden;
    }

    #swiper-yx {
        height: 90%;
        margin: 6% 0;
    }

    .page-seven {
        padding-top: 60px;
    }

    .xzbm {
        height: 85vh;
    }

    #swiper-ld {
        padding-bottom: 8vh;
    }

    .page-eight {
        padding-top: 80px;
    }

    .zzjg-1 {
        padding-top: 0;
        height: 55vh;
    }

    #swiper-zz .swiper-slide a {
        width: 70%;
    }

    #swiper-zz .swiper-slide {
        height: 33.33%;
    }

    #swiper-zz .swiper-slide p {
        font-size: 1rem;
    }

    .zzjg-2 .det {
        margin-top: 1vh;
    }

    .zzjg-2 .det span {
        font-size: 0.8125rem;
    }

    .zzjg-2 .det span a {
        font-size: 0.8125rem;
    }

    .zzjg-2 .ma img {
        max-height: 12vh;
    }

    #swiper-ld .one .name {
        font-size: 1rem;
    }

    #swiper-ld .det {
        height: auto;
        -webkit-line-clamp: 3;
        font-size: 0.875rem;
        margin-top: 5px;
    }

    .xyfc a {
        height: 33.333%;
    }

    .xyfc a:nth-child(1) {
        width: 45%;
    }

    .xyfc a:nth-child(2) {
        width: 55%;
    }

    .xyfc a:nth-child(3) {
        width: 33%;
    }

    .xyfc a:nth-child(4) {
        width: 40%;
    }

    .xyfc a:nth-child(5) {
        width: 27%;
    }

    .xyfc a:nth-child(6) {
        width: 65%;
    }

    .xyfc a:nth-child(7) {
        width: 35%;
    }
}

@media (max-width:600px) {
    #swiper-yx a {
        height: 33.33%;
    }

    .logo {
        width: 230px;
    }
}